home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / qw12inst.zip / LOTUS3.TEC < prev    next >
Text File  |  1991-12-26  |  14KB  |  262 lines

  1. ID:L3 Lotus 1-2-3 Release 3
  2. Quarterdeck Technical Note #162
  3. by Stan Young
  4.  
  5.  
  6.  
  7. Lotus 1-2-3 Release 3 is one of a new generation of DOS applications that use 
  8. what has become known as "DOS extender technology."  DOS extenders allow DOS 
  9. applications to access extended memory on either 286 or 386 based machines.
  10.  
  11. Normally, "Protected mode" programs, which make use of extended memory for 
  12. both data and program code could be a problem for DESQview.  But since Lotus 
  13. Release 3 follows the Virtual Control Program Interface (VCPI) standard, it is 
  14. compatible with DESQview and can actually take advantage of the memory 
  15. management provided by our 386 expanded memory manager, QEMM-386, which also 
  16. supports the VCPI.
  17.  
  18. First here are a few notes on the specifics of setup on given hardware:
  19.  
  20.                              On 286 Machines
  21.  
  22. Extended Memory Requirement:   
  23.  
  24. Lotus specifies 384K extended as the minimum.  However, if you have a large 
  25. amount of DOS memory and perhaps some expanded memory available, the figure 
  26. may be much lower.  We have loaded Lotus 3 on a machine with a 1 Meg expanded 
  27. memory board and 128K of extended memory where our QEXT.SYS driver was already 
  28. using 64K of the extended.  If you have 384K or more of extended memory, there 
  29. are no special considerations except to load QEXT.SYS first in your CONFIG.SYS 
  30. file and to avoid using up the free extended memory with a cache or VDISK.
  31.  
  32. Expanded Memory Systems:
  33.  
  34. On 286 machines with expanded memory, Lotus recommends disabling the expanded 
  35. memory and converting it to extended memory.  However, our tests show that 
  36. 1-2-3 Rel. 3 sees Conventional, Extended and/or Expanded memory as memory that 
  37. it can use.  As long as you have a 600K total of free conventional, plus 
  38. extended memory, it seems that 1-2-3 can use expanded for the rest. This may 
  39. be of considerable benefit to DESQview users who run a range of programs in 
  40. addition to 1-2-3.
  41.  
  42. Running Multiple Copies of "DOS Extended" programs:
  43.  
  44. Versions of DESQview prior to 2.26 limit you to running one program that uses 
  45. extended memory at a time on a 286.  However, if you have DESQview 2.26 or 
  46. above and the program you are running allocates extended memory using XMS 
  47. (Extended Memory Specification) as 1-2-3 version 3.0 and above do, this 
  48. limitation does not apply.  Assuming you have enough extended memory 
  49. available, it is possible to run multiple Lotus 3 programs, or Lotus 3 with 
  50. other DOS extended programs, as long as they allocate their memory using XMS 
  51. calls.  Naturally, you can run Lotus 3 along side other programs that use 
  52. conventional or expanded memory.
  53.  
  54. Writes directly to screen:  
  55.  
  56. 1-2-3 Release 3 writes directly to screen, often in graphics mode, and the 
  57. DESQview loader for the previous version of 1-2-3 cannot be used. You must 
  58. have the window configured to "Writes directly to screen" = Y. 1-2-3 cannot be 
  59. run in a small window or in background on a 286 without bleeding through to 
  60. foreground screens.  
  61.  
  62.  
  63.                             On 386 Machines
  64.  
  65. Outside of DESQview:
  66.  
  67. Outside of DESQview on a 386, Release 3 can allocate ALL of its memory from 
  68. QEMM. There is no need to reserve ANY extended memory for Lotus Release 3. In 
  69. fact, Release 3 will use either reserved extended memory OR memory from the 
  70. QEMM memory pool, but not both. So if you are reserving any extended memory 
  71. using the "EXT" parameter to QEMM to support disk caches, or VDISKs, be sure 
  72. that all of the memory is used by these utilities. Otherwise, it will be 
  73. wasted.  
  74.  
  75. At this point, it is worth noting that all the memory that Lotus Release 3 
  76. allocates from the QEMM memory pool is used as extended memory, not expanded 
  77. memory. This is because both Lotus 1-2-3 Release 3 and QEMM support the VCPI.  
  78. The use of the memory, once allocated, does not demand any of the normal 
  79. overhead to support expanded memory paging.  It becomes linear memory to 
  80. 1-2-3. 
  81.  
  82. Inside DESQview:
  83.  
  84. Windowing 1-2-3 Release 3.0:  On EGA and VGA displays, using the default Lotus 
  85. configuration, you cannot run Release 3 in a small window. The default 
  86. configuration sets Lotus up to run in graphics mode and it writes directly to 
  87. screen from protected mode.  DESQview 386 cannot virtualize protected mode 
  88. graphics as it can standard DOS graphics.  If you want Release 3 to run in a 
  89. small window, configure a video driver set that looks for both a CGA driver 
  90. and the EGA or VGA driver.  The CGA driver will run the standard spreadsheet 
  91. display in text mode, which can be virtualized.  Since Lotus allows you to 
  92. switch video drivers on the fly by typing "/", "W(orksheet)", "W(indow)", 
  93. "D(isplay)", and selecting a driver, it is possible to start with a default 
  94. graphics or text display and switch the display when you either want graphics, 
  95. or want windowing. 1-2-3 Release 3.1:  If you give Lotus 1-2-3 Release 3.1 the 
  96. parameter -c (on color monitors) or -m (on monochrome monitors), the 
  97. guidelines in the above paragraph on Release 3.0 also apply to Release 3.1.  
  98. The -c and -m parameter prevent 1-2-3 from putting up its graphics logo when 
  99. booting up; without one of these parameters, DESQview cannot virtualize 
  100. Release 3.1's text modes.
  101.  
  102. It also appears that, if Release 3.1 is not given the -c parameter and one of 
  103. 1-2-3's CGA video drivers is used, Release 3.1 accesses the B000-B7FF region 
  104. on systems with color monitors.  This often results in a crash when exiting 
  105. Release 3.1 inside DESQview.  The -c parameter prevents this undesired access.
  106.  
  107.                        Special Notes for All Systems
  108.  
  109. Avoid using "Close Window":  It is important when running Lotus 1-2-3 Release 
  110. 3 in DESQview on a 286, or on a 386 with a version of QEMM-386 earlier than 
  111. 5.12, to avoid closing the window with the DESQview "Close Window" command.  
  112. If you do, the memory it was using cannot be recovered. Therefore, you need to 
  113. exit Lotus Release 3 by its own commands so it can deallocate the memory it is 
  114. using.  It is recommended when running in DESQview that the Lotus Release 3 
  115. window always have the "Allow Close Window command" option set to "N" unless 
  116. you are also using QEMM-386 version 5.12 or later.  If you use DESQview's 
  117. Close Window command on 1-2-3 Release 3 and lose control of the memory that 
  118. 1-2-3 had allocated, you must close out your programs, quit DESQview and 
  119. reboot your machine to recover the memory.
  120.  
  121. Screen blank:  Lotus Release 3 blanks the screen in protected mode after 
  122. displaying its registration screen.  This will cause the entire screen to go 
  123. blank for several seconds, even on a 386, while 1-2-3 loads.  This is normal.  
  124. Don't assume your machine has hung up and reboot.  It will eventually load and 
  125. the screen will be restored.
  126.  
  127. Refreshing the screen:  Some earlier versions of DESQview may not be able to 
  128. restore the 1-2-3 screen fully when you switch away and return to 1-2-3.  If 
  129. this happens, you can restore the Lotus screen by reselecting the current 
  130. video driver as described above.
  131.  
  132. Release 3.1:  Release 3.1 handles the keyboard in a more unorthodox manner 
  133. than version 3.0, and requires special provisions to run properly inside 
  134. DESQview.  Ideally, you should use the DESQview loader L4-LOAD.COM (available 
  135. on the Quarterdeck Bulletin Board, or on the disk of DESQview releases after 
  136. version 2.32) to run Release 3.1 inside DESQview.   Without the L4-LOAD.COM 
  137. loader, it is necessary to run the DESQview Change a Program and set the 
  138. "Keyboard Conflict" field to 8. This option is less desirable than the first, 
  139. because setting Keyboard Conflict to 8 slows the processing of keyboard 
  140. interrupts, and on some systems results in keyboard problems.  (The most 
  141. common symptom associated with Keyboard Conflict = 8 is the production of 
  142. numbers instead of cursor or light bar movements when you use the keys on the 
  143. cursor keypad.)  If you do not take either of these provisions, your system is 
  144. likely to hang when you return to Release 3.1 after switching windows.  
  145. Release 3.0 can be run successfully in DESQview without the L4-LOAD.COM loader 
  146. and with Keyboard Conflict set to the default setting of 0.  
  147.  
  148. Limiting memory:  Lotus 1-2-3 Release 3.0 does not allocate all memory on the 
  149. system at startup time.  With this release it is not usually necessary to 
  150. limit 1-2-3's use of high memory in DESQview with the "Maximum Expanded Memory 
  151. Size" field in Change a Program.  (In fact, too small a number in this field 
  152. can sometimes confuse the Rational Systems DOS Extender that 1-2-3 Release 3 
  153. uses to go into protected mode.)  However, Release 3.1 allocates all memory on 
  154. the system when it loads, and you should probably place some figure in the 
  155. "Maximum Expanded Memory Size" field to leave room for other programs.  If 
  156. Release 3.1 uses all your memory, you will likely experience a long delay when 
  157. you bring up the DESQview menu over Release 3.1, followed by a grey "graphics 
  158. curtain" covering the screen beneath the DESQview menu; or, you may experience 
  159. frequent "Swapping..." messages in the upper right-hand corner of the screen 
  160. when you try to open other programs.  The figure that you use to limit Release 
  161. 3.1 will vary with your available memory and your spreadsheet needs; you might 
  162. start with the number 1024 and make adjustments from that point. 
  163.                  
  164. Configuring the DESQview Setup
  165.  
  166. The following is a captured Change a Program screen with settings that seem to 
  167. work well for Lotus 1-2-3 Release 3.0 in most configurations. 
  168.                 
  169. Change a Program
  170.  
  171. Program Name............: 1-2-3 Rel. 3.0
  172.  
  173. Keys to Use on Open Menu: L3               Memory Size (in K): 360 
  174. ----------------------------------------------------------------
  175. Program...: 123.EXE
  176.  
  177. Parameters:
  178.  
  179. Directory.: {location of 123 files}
  180. ----------------------------------------------------------------
  181. Options:
  182.                   Writes text directly to screen.......: [Y]
  183.                   Displays graphics information........: [Y]
  184.                   Virtualize text/graphics (Y,N,T).....: [T]
  185.                   Uses serial ports (Y,N,1,2)..........: [N]
  186.                   Requires floppy diskette.............: [N]
  187.  
  188.                       Change a Program Advanced Options
  189.  
  190. System Memory (in K)...: 0     Maximum Program Memory Size (in K)..:640
  191.  
  192. Script Buffer Size.....:1000   Maximum Expanded Memory Size (in K): 1312 
  193. Text Pages: 1  Graphics Pages: 1   Initial Mode:   Interrupts: 00 to FF
  194. -----------------------------------------------------------------------
  195.  Window Position:
  196.     Maximum Height:  25       Starting Height:        Starting Row...:
  197.     Maximum Width.:  80       Starting Width.:        Starting Column:
  198. ----------------------------------------------------------------------
  199.                                 Shared Program
  200.  Pathname..:
  201.  Data......:
  202. ----------------------------------------------------------------------
  203. Close on exit (Y,N,blank)...: [Y]  Uses its own colors...............: [Y]
  204. Allow Close Window command..: [N]  Runs in background (Y,N,blank)....: [ ]
  205. Uses math coprocessor.......: [Y]  Keyboard conflict (0-F)...........: [0]
  206. Share CPU when foreground...: [Y]  Share EGA when foreground/zoomed:.: [Y]
  207. Can be swapped out (Y,N,blank).: [ ]  Protection level (0-3).........: [0]
  208.  
  209.  
  210. Here is a slightly amended version of the above Change a Program menu for use 
  211. with Release 3.1 on a color system with the L4-LOAD.COM loader.
  212.  
  213.  
  214.                                Change a Program
  215.  
  216.  Program Name............: 1-2-3 Rel. 3.1
  217.  
  218.  Keys to Use on Open Menu: L3                         Memory Size (in K): 360
  219. --------------------------------------------------------------------------
  220.  Program...: C:\DV\L4-LOAD.COM
  221.  
  222.  Parameters: 123.EXE -C
  223.  
  224.  Directory.: {location of 123 files}
  225. --------------------------------------------------------------------------
  226.  Options:
  227.                   Writes text directly to screen.......: [Y]
  228.                   Displays graphics information........: [Y]
  229.                   Virtualize text/graphics (Y,N,T).....: [T]
  230.                   Uses serial ports (Y,N,1,2)..........: [N]
  231.                   Requires floppy diskette.............: [N]
  232.  
  233.                       Change a Program Advanced Options
  234.  
  235.  System Memory (in K).......:   0   Maximum Program Memory Size (in K)..: 640
  236.  
  237.  Script Buffer Size.......:  1000   Maximum Expanded Memory Size (in K): 1312
  238.  Text Pages: 1  Graphics Pages: 1   Initial Mode:       Interrupts: 00 to FF
  239. --------------------------------------------------------------------------
  240.  Window Position:
  241.     Maximum Height:  25       Starting Height:           Starting Row...:
  242.     Maximum Width.:  80       Starting Width.:           Starting Column:
  243. --------------------------------------------------------------------------
  244.                                 Shared Program
  245.  Pathname..:
  246.  Data......:
  247. --------------------------------------------------------------------------
  248.  Close on exit (Y,N,blank)......: [Y]  Uses its own colors..............: [Y]
  249.  Allow Close Window command.....: [N]  Runs in background (Y,N,blank)...: [ ]
  250.  Uses math coprocessor..........: [Y]  Keyboard conflict (0-F)..........: [0]
  251.  Share CPU when foreground......: [Y]  Share EGA when foreground/zoomed.: [Y]
  252.  Can be swapped out (Y,N,blank).: [ ]  Protection level (0-3)...........: [0]
  253.  
  254.  
  255. Remember that, if you do not have the L4-LOAD.COM loader with Release 3.1, you 
  256. must set Keyboard Conflict to 8 instead of 0.  Also remember that, if you have 
  257. a monochrome system instead of a color system, you should use the -m parameter 
  258. instead of the -c parameter.
  259.  
  260.               Copyright (C) 1991 by Quarterdeck Office Systems
  261.                    * * *   E N D   O F   F I L E    * * * 
  262.